Skip to main content
Feedback

Changing a basic runtime's or cluster’s default URL

If you have an old runtime and you want to install a new one, you may need to change the default URL.

About this task

As of the October 2014 release, the default platform URL for newly installed runtimes changed to https://atom.boomi.com. Previously installed basic runtimes are not affected. However, if your previously installed runtime uses a proxy for https://platform.boomi.com AND if you need to install a new runtime, then you must make the new runtime point to the URL that the old runtime uses.

Procedure

  1. Stop the new runtime or runtimes.

  2. Navigate to \<installation\_directory/conf>.

  3. Open the container.properties file in a text editor such as Notepad.

  4. Change the com.boomi.container.platformURL property as follows:

    com.boomi.container.platformURL=https\://platform.boomi.com
  5. Change the com.boomi.container.trackURL property as follows:

    com.boomi.container.trackURL=https\://platform.boomi.com/solr/update
  6. Save and close the file.

  7. Restart the runtime or runtimes.

On this Page